home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / multiplot < prev    next >
Encoding:
Text File  |  1995-03-25  |  536 b   |  20 lines

  1. multiplot:
  2.  
  3. Synopsis: Set the current I:th plot-window in multiplot-mode.
  4.  
  5. Syntax: multiplot ( rows, columns, I )
  6.  
  7. Description:
  8.  
  9.     multiplot() allows you to make multiple plots in the I:th window. 
  10.     After giving the command you enter multimode. 
  11.     After making rows*columns plot-commands you automaticly leave this mode.
  12.     
  13.     The first plot made will appear in north-west, the second in 
  14.     north-east, and so on.
  15.     
  16.     If 'I' is not specified the default plot-window (0) is used.
  17.  
  18. See Also: postplot, printplot, latexplot, plotyy, nomultiplot
  19.  
  20.